os.Process.wait (method)

2 uses

	os (current package)
		exec.go#L134: 	return p.wait()
		exec_unix.go#L16: func (p *Process) wait() (ps *ProcessState, err error) {